home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / recio212.zip / manifest < prev    next >
Text File  |  1995-01-29  |  3KB  |  69 lines

  1. recio, Version 2.12, Release January 29, 1995.
  2. Copyright (C) 1994-1995, William Pierpoint.
  3.  
  4. This release contains the following files:
  5.  
  6. Administrative Information:
  7. README        Introductory remarks
  8. MANIFEST    This file - list of all files
  9. COPYRITE    Copyright notice
  10. HISTORY         History of changes to recio library
  11. WHATSNEW    Latest set of changes
  12.  
  13. Documentation:
  14. TUTOR.TXT    Tutorial introduction to the recio library
  15. USAGE.TXT    Standard usage guide
  16. SPEC.TXT    Specification
  17. DESIGN.TXT    Design and development notes
  18. TIPS.TXT    Tips and ideas on using recio functions
  19.  
  20. Test and Example Programs:
  21. DIF.EXE         Locates first difference between files (see TUTOR.TXT)
  22. MKTEST.BAT    Makes all test programs
  23. TEST.BAT        Regression test
  24. TESTCHG.C    Character delimited input test source
  25. TESTCHP.C    Character delimited output test source
  26. TESTCOG.C    Column delimited input test source
  27. TESTCOP.C    Column delimited output test source
  28. TESTCHG.DAT     Baseline input test data for TESTCHG.EXE
  29. TESTCOG.DAT     Baseline input test data for TESTCOG.EXE
  30. TESTCHG.OUT     Baseline output test results from TESTCHG.DAT
  31. TESTCHP.OUT     Baseline output test results from TESTCHP.DAT
  32. TESTCOG.OUT     Baseline output test results from TESTCOG.DAT
  33. TESTCOP.OUT     Baseline output test results from TESTCOP.DAT
  34. TESTCHG.EXE    Program tests character delimited input field functions
  35.  
  36. Libraries:
  37. RECIOS.LIB    recio small memory model library
  38. RECIOL.LIB    recio large memory model library
  39.  
  40. Source:
  41. MAKEFILE    Makefile to make recio C library
  42. MKLIBS.BAT      Makes all recio C libraries (all memory models)
  43. RECIO.H         C header for recio library
  44. RBGET.C         C source for reading char-delim integral numbers
  45. RBPUT.C         C source for writing char-delim integral numbers
  46. RCBGET.C    C source for reading col-delim integral numbers
  47. RCBPUT.C        C source for writing col-delim integral numbers
  48. RCGETF.C        C source for reading col-delim floating point numbers 
  49. RCGETS.C        C source for reading col-delim char and string data
  50. RCGETT.C        C source for reading col-delim date/time data
  51. RCPUTF.C        C source for writing col-delim floating point numbers 
  52. RCPUTS.C        C source for writing col-delim char and string data
  53. RCPUTT.C        C source for writing col-delim date/time data
  54. RECIO.C         C source for all other recio functions
  55. REMSG.C         C source for simple error message functions
  56. RERR.C          C source for error functions
  57. RFIX.C          C source for functions that fix input data errors
  58. RGET.C          C source for reading records
  59. RGETF.C         C source for reading char-delim floating point numbers
  60. RGETS.C         C source for reading char-delim char and string data
  61. RGETT.C         C source for reading char-delim date/time data
  62. RPUT.C          C source for writing records
  63. RPUTF.C         C source for writing char-delim floating point numbers 
  64. RPUTS.C         C source for writing char-delim char and string data 
  65. RPUTT.C         C source for writing char-delim date/time data 
  66. RSTR.C          C source for support string functions
  67. RWARN.C         C source for warning functions
  68. RWMSG.C         C source for simple warning message functions
  69.